home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / fpsystem.mdb / Materials.json < prev    next >
Encoding:
JavaScript Object Notation  |  2005-04-21  |  346 b 

  1. {
  2.     "schema": {
  3.         "MaterialID": "Long Integer",
  4.         "MaterialName": "Text (40) NOT NULL",
  5.         "CategoryID": "Long Integer",
  6.         "TextureID": "Long Integer",
  7.         "PrpopertyID": "Long Integer"
  8.     },
  9.     "data": [
  10.         {
  11.             "MaterialID": 1,
  12.             "MaterialName": "Red Brick",
  13.             "CategoryID": 1,
  14.             "TextureID": 7,
  15.             "PrpopertyID": 11
  16.         },
  17.         {
  18.             "MaterialID": 2,
  19.             "MaterialName": "ertert",
  20.             "CategoryID": 5,
  21.             "TextureID": 23,
  22.             "PrpopertyID": 6
  23.         }
  24.     ]
  25. }